home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '90 / Source Code ƒ.sea / Source Code ƒ / TLC&TLP1.01aƒ / tlcparm.c / tlcparm.c.rsrc < prev    next >
Encoding:
Text File  |  1990-01-28  |  464 b   |  17 lines  |  [TEXT/MPS ]

  1.     2 R~TEXTMPS ze)
  2. #else
  3. /* Aztec C */
  4. #define FILLCHAR(farea,fsize,fvalue)  setmem(farea,fsize,fvalue)
  5. #define MOVEBYTE(msource,mdest,msize) movmem(msource,mdest,msize)
  6. #endif
  7. #endif
  8.  
  9. /* comment this out if you cannot assign structures */
  10. #define STRUCT_ASSIGN    1
  11.  
  12. #define VOID    void    /* define VOID to int for non-void compilers */
  13.  
  14.  
  15. /*---------------------- definitions --------------------*/
  16.  
  17. #de